* {
  box-sizing: border-box;
  text-align: center;
  background-color: #394549;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: white;
}


p{
 
    background-color: #214fb3;
    color: white;
    font-style: unset;

}



h2{

    text-decoration-style: wavy;
    font-style: italic;

}

  #left,
  #middle,
  #right,
  #home{

    float:left;
    width: 25%;
    background-color: #214fb3;
    padding: 25px;
    margin-bottom: 10px;
    color: white;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
  }

  #home,
  #left,
  #middle{

    border-right: 0px solid black;

  }

  #right{

    border-right: 2px solid black;

  }

  #home{

    border-left: 2px solid black;

            
  }

  #full{

    width: 100%;
    overflow: auto;
    clear: both;
    color: #fff;
    background-color: #394549;
    padding-bottom: 5px;
    
  }

  #division{

    padding: 20px;
    margin-top: 20px;
    background: #214fb3;
    margin-left: 330px;

  }

  #aside{

    width: 300px;
    background-color: blue;
    text-align: center;
    padding: 5px;
    margin-top: 30px;
    margin-left: 10px;
    float: left;
  }

  footer{

    background-color: #394549;

  }

 

